org.richfaces.component
Enum UINotifyMessages.Properties
java.lang.Object
java.lang.Enum<UINotifyMessages.Properties>
org.richfaces.component.UINotifyMessages.Properties
- All Implemented Interfaces:
- Serializable, Comparable<UINotifyMessages.Properties>
- Enclosing class:
- UINotifyMessages
protected static enum UINotifyMessages.Properties
- extends Enum<UINotifyMessages.Properties>
ajaxRendered
public static final UINotifyMessages.Properties ajaxRendered
animationSpeed
public static final UINotifyMessages.Properties animationSpeed
appearAnimation
public static final UINotifyMessages.Properties appearAnimation
data
public static final UINotifyMessages.Properties data
delay
public static final UINotifyMessages.Properties delay
execute
public static final UINotifyMessages.Properties execute
hideAnimation
public static final UINotifyMessages.Properties hideAnimation
interval
public static final UINotifyMessages.Properties interval
keepTransient
public static final UINotifyMessages.Properties keepTransient
limitRender
public static final UINotifyMessages.Properties limitRender
nonblocking
public static final UINotifyMessages.Properties nonblocking
nonblockingOpacity
public static final UINotifyMessages.Properties nonblockingOpacity
onbeforedomupdate
public static final UINotifyMessages.Properties onbeforedomupdate
onbegin
public static final UINotifyMessages.Properties onbegin
oncomplete
public static final UINotifyMessages.Properties oncomplete
position
public static final UINotifyMessages.Properties position
render
public static final UINotifyMessages.Properties render
showCloseButton
public static final UINotifyMessages.Properties showCloseButton
showHistory
public static final UINotifyMessages.Properties showHistory
showShadow
public static final UINotifyMessages.Properties showShadow
stack
public static final UINotifyMessages.Properties stack
status
public static final UINotifyMessages.Properties status
stayTime
public static final UINotifyMessages.Properties stayTime
sticky
public static final UINotifyMessages.Properties sticky
styleClass
public static final UINotifyMessages.Properties styleClass
values
public static UINotifyMessages.Properties[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (UINotifyMessages.Properties c : UINotifyMessages.Properties.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static UINotifyMessages.Properties valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.